GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawArc Method





In This Topic
DrawArc Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function DrawArc( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Radius As Single, _
   ByVal StartAngle As Single, _
   ByVal EndAngle As Single, _
   ByVal Close As Boolean, _
   ByVal Fill As Boolean, _
   ByVal Stroke As Boolean _
) As GdPictureStatus
public GdPictureStatus DrawArc( 
   float Left,
   float Top,
   float Radius,
   float StartAngle,
   float EndAngle,
   bool Close,
   bool Fill,
   bool Stroke
)
public function DrawArc( 
    Left: Single;
    Top: Single;
    Radius: Single;
    StartAngle: Single;
    EndAngle: Single;
    Close: Boolean;
    Fill: Boolean;
    Stroke: Boolean
): GdPictureStatus; 
public function DrawArc( 
   Left : float,
   Top : float,
   Radius : float,
   StartAngle : float,
   EndAngle : float,
   Close : boolean,
   Fill : boolean,
   Stroke : boolean
) : GdPictureStatus;
public: GdPictureStatus DrawArc( 
   float Left,
   float Top,
   float Radius,
   float StartAngle,
   float EndAngle,
   bool Close,
   bool Fill,
   bool Stroke
) 
public:
GdPictureStatus DrawArc( 
   float Left,
   float Top,
   float Radius,
   float StartAngle,
   float EndAngle,
   bool Close,
   bool Fill,
   bool Stroke
) 

Parameters

Left
Top
Radius
StartAngle
EndAngle
Close
Fill
Stroke
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members